'Declaration Public Overloads Overrides Sub Export( _
ByVal pagesThe collection of PDF pages.As System.Collections.Generic.IEnumerable(Of PdfPage), _
ByVal streamThe stream, where the codec must write the exported data.As System.IO.Stream _
)
public override void Export(
System.Collections.Generic.IEnumerable<PdfPage> pages,
System.IO.Stream stream
)
public: void Export(
System.Collections.Generic.IEnumerable<PdfPage*>* pages,
System.IO.Stream* stream
); override
public:
void Export(
System.Collections.Generic.IEnumerable<PdfPage^>^ pages,
System.IO.Stream^ stream
); override
Parameters
- pages
- The collection of PDF pages.
- stream
- The stream, where the codec must write the exported data.